forked from WeblateOrg/weblate
-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[pull] main from WeblateOrg:main #186
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
weblate/api/views.py
Outdated
@@ -1389,7 +1413,8 @@ | |||
try: | |||
parse_query(query_string) | |||
except Exception as error: | |||
raise ValidationError(f"Could not parse query string: {error}") from error | |||
msg = f"Could not parse query string: {error}" | |||
raise ValidationError(msg) from error |
Check warning
Code scanning / CodeQL
Information exposure through an exception Medium
Stack trace information
Error loading related location
Loading
weblate/api/views.py
Outdated
@@ -1505,7 +1530,8 @@ | |||
try: | |||
parse_query(query_string) | |||
except Exception as error: | |||
raise ValidationError(f"Could not parse query string: {error}") from error | |||
msg = f"Could not parse query string: {error}" | |||
raise ValidationError(msg) from error |
Check warning
Code scanning / CodeQL
Information exposure through an exception Medium
Stack trace information
Error loading related location
Loading Currently translated at 12.1% (1217 of 10005 strings) Translation: Weblate/Documentation Translate-URL: https://hosted.weblate.org/projects/weblate/documentation/tzm/
Currently translated at 11.7% (1173 of 10005 strings) Translation: Weblate/Documentation Translate-URL: https://hosted.weblate.org/projects/weblate/documentation/kmr/
Currently translated at 11.7% (1175 of 10005 strings) Translation: Weblate/Documentation Translate-URL: https://hosted.weblate.org/projects/weblate/documentation/si/
Currently translated at 11.7% (1180 of 10005 strings) Translation: Weblate/Documentation Translate-URL: https://hosted.weblate.org/projects/weblate/documentation/uz/
Currently translated at 11.7% (1179 of 10005 strings) Translation: Weblate/Documentation Translate-URL: https://hosted.weblate.org/projects/weblate/documentation/ie/
Currently translated at 13.3% (1338 of 10005 strings) Translation: Weblate/Documentation Translate-URL: https://hosted.weblate.org/projects/weblate/documentation/ms/
Currently translated at 11.6% (1169 of 10005 strings) Translation: Weblate/Documentation Translate-URL: https://hosted.weblate.org/projects/weblate/documentation/enm/
Currently translated at 11.6% (1169 of 10005 strings) Translation: Weblate/Documentation Translate-URL: https://hosted.weblate.org/projects/weblate/documentation/ars/
Currently translated at 11.7% (1175 of 10005 strings) Translation: Weblate/Documentation Translate-URL: https://hosted.weblate.org/projects/weblate/documentation/te/
Currently translated at 11.6% (1169 of 10005 strings) Translation: Weblate/Documentation Translate-URL: https://hosted.weblate.org/projects/weblate/documentation/dv/
Currently translated at 11.6% (1170 of 10005 strings) Translation: Weblate/Documentation Translate-URL: https://hosted.weblate.org/projects/weblate/documentation/tt/
Currently translated at 11.8% (1190 of 10005 strings) Translation: Weblate/Documentation Translate-URL: https://hosted.weblate.org/projects/weblate/documentation/lzh/
Currently translated at 11.8% (1183 of 10005 strings) Translation: Weblate/Documentation Translate-URL: https://hosted.weblate.org/projects/weblate/documentation/tok/
Currently translated at 11.6% (1169 of 10005 strings) Translation: Weblate/Documentation Translate-URL: https://hosted.weblate.org/projects/weblate/documentation/afh/
Currently translated at 12.5% (1258 of 10005 strings) Translation: Weblate/Documentation Translate-URL: https://hosted.weblate.org/projects/weblate/documentation/ka/
Currently translated at 11.7% (1174 of 10005 strings) Translation: Weblate/Documentation Translate-URL: https://hosted.weblate.org/projects/weblate/documentation/peo/
Currently translated at 13.0% (1305 of 10005 strings) Translation: Weblate/Documentation Translate-URL: https://hosted.weblate.org/projects/weblate/documentation/lv/
Currently translated at 11.7% (1171 of 10005 strings) Translation: Weblate/Documentation Translate-URL: https://hosted.weblate.org/projects/weblate/documentation/bo/
Currently translated at 12.0% (1206 of 10005 strings) Translation: Weblate/Documentation Translate-URL: https://hosted.weblate.org/projects/weblate/documentation/pa_PK/
Currently translated at 11.6% (1169 of 10005 strings) Translation: Weblate/Documentation Translate-URL: https://hosted.weblate.org/projects/weblate/documentation/ang/
Currently translated at 12.8% (1281 of 10005 strings) Translation: Weblate/Documentation Translate-URL: https://hosted.weblate.org/projects/weblate/documentation/nn/
Currently translated at 11.7% (1176 of 10005 strings) Translation: Weblate/Documentation Translate-URL: https://hosted.weblate.org/projects/weblate/documentation/zgh/
Currently translated at 11.6% (1169 of 10005 strings) Translation: Weblate/Documentation Translate-URL: https://hosted.weblate.org/projects/weblate/documentation/ab/
Currently translated at 12.1% (1211 of 10005 strings) Translation: Weblate/Documentation Translate-URL: https://hosted.weblate.org/projects/weblate/documentation/skr/
Currently translated at 11.7% (1171 of 10005 strings) Translation: Weblate/Documentation Translate-URL: https://hosted.weblate.org/projects/weblate/documentation/ro_MD/
Currently translated at 11.8% (1188 of 10005 strings) Translation: Weblate/Documentation Translate-URL: https://hosted.weblate.org/projects/weblate/documentation/yue_Hant/
Currently translated at 11.8% (1190 of 10005 strings) Translation: Weblate/Documentation Translate-URL: https://hosted.weblate.org/projects/weblate/documentation/af/
Currently translated at 11.6% (1170 of 10005 strings) Translation: Weblate/Documentation Translate-URL: https://hosted.weblate.org/projects/weblate/documentation/kn/
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
* chore(deps): update dependency @sentry/browser to v9.0.1 * chore(js): update vendored libraries --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Currently translated at 99.0% (3289 of 3319 strings) Translation: Weblate/Application Translate-URL: https://hosted.weblate.org/projects/weblate/application/pt/
Currently translated at 98.9% (3283 of 3319 strings) Translation: Weblate/Application Translate-URL: https://hosted.weblate.org/projects/weblate/application/ja/
Currently translated at 94.0% (9414 of 10005 strings) Translation: Weblate/Documentation Translate-URL: https://hosted.weblate.org/projects/weblate/documentation/ja/
Currently translated at 86.8% (8691 of 10005 strings) Translation: Weblate/Documentation Translate-URL: https://hosted.weblate.org/projects/weblate/documentation/pt/
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Currently translated at 99.7% (3311 of 3319 strings) Translation: Weblate/Application Translate-URL: https://hosted.weblate.org/projects/weblate/application/zh_Hant/
Currently translated at 65.8% (6591 of 10005 strings) Translation: Weblate/Documentation Translate-URL: https://hosted.weblate.org/projects/weblate/documentation/zh_Hant/
These are read-only so they should not be altered by the automatic translation.
In regular merge it it useful to merge timestamps in the PO file, but this often causes issues in rebase (because the commits become different) or squash (because it can apply changes before they should be applied). Fixes #13828
It seems more a habit than rule there, so let's not enforce it. Fixes #13819
* Fix the pagination input. Now it is editable in /browse and in /changes. close: #13399 * Fix focus issues Fixed the focus logic to suite /changes, /browse, and more than 1 paginator in the page.
* Allow right click to inspect project This allows right click in /accounts/profile/#notifications in the watched project list. So users can open a project and inspect it before follwing it or not, as was suggested in issue #12434 * Open project in new tab and add info label * Add missing migeration * Make languages elements link link They behave exactly like a normal link (right/mid-clickable), but noraml click is used to select and unselect. * Fix potential XSS vulnerability by encoding user input in href attribute - Added to sanitize the before inserting it into the attribute. - Prevents unsafe HTML/JavaScript injection in URLs and mitigates potential DOM-based XSS attacks. --------- Co-authored-by: root <root@MatebookV14H>
These are already available in the API, so this just links these together. Fixes #13304
Currently translated at 66.1% (6615 of 10005 strings) Translation: Weblate/Documentation Translate-URL: https://hosted.weblate.org/projects/weblate/documentation/zh_Hant/
Exclude non-word characters when calculating similarity threshold. This produces better matches for strings that contain a lot of non-word characters because these are not considered in the trigram search. Fixes #13733
Filter out only repository scoped events and not all of them. Fixes #13432
Due to a confusingly named variable the logic was inverted and the checks were not propagated on a strings change. Fixes #13264
This makes it easier to see what was changed in the string. Fixes #7516
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
See Commits and Changes for more details.
Created by
pull[bot]
Can you help keep this open source service alive? 💖 Please sponsor : )